linux: Make resend_irq_on_evtchn() non-static for ia64 use.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 23 Jan 2007 15:54:12 +0000 (15:54 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 23 Jan 2007 15:54:12 +0000 (15:54 +0000)
Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/drivers/xen/core/evtchn.c

index 3634cc1cdbfb0382c557c61f2096f61d4960abc9..51436b69cc1f8cb9e4732c033911a284c286ec9e 100644 (file)
@@ -612,9 +612,9 @@ static void set_affinity_irq(unsigned irq, cpumask_t dest)
 }
 #endif
 
-static int resend_irq_on_evtchn(unsigned int i)
+int resend_irq_on_evtchn(unsigned int irq)
 {
-       int masked, evtchn = evtchn_from_irq(i);
+       int masked, evtchn = evtchn_from_irq(irq);
        shared_info_t *s = HYPERVISOR_shared_info;
 
        if (!VALID_EVTCHN(evtchn))